When we copy packet sin netback/netfront make sure the new skb has
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 10 May 2006 16:30:42 +0000 (17:30 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 10 May 2006 16:30:42 +0000 (17:30 +0100)
commit8e5846fe5bae9f62497f4802986db5e68dc68eb4
treec6527d8eb27cb83d7316dcb036bb09bb25c30dff
parentb75af341bd76d9152d4f97f553728e576ae2bfcf
When we copy packet sin netback/netfront make sure the new skb has
all the necessary fields initialised. In particular, before we were
not copying ip_summed and that screws up checksum offload.

Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netback/netback.c
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c